home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / The securities analyst 1.2.adf / s / Startup-Sequence.hd < prev    next >
Text File  |  1987-10-07  |  917b  |  54 lines

  1. echo "A500/A2000 Workbench disk.  Release 1.2 version 33.61*N"
  2. echo "sample Startup-Sequence for use with a Hard Disk with Workbench installed"
  3. Sys:System/FastMemFirst
  4. BindDrivers
  5. addbuffers df0: 20
  6. IF EXISTS sys:system
  7.     path sys:system add
  8. ENDIF
  9. IF EXISTS sys:utilities
  10.     path sys:utilities add
  11. ENDIF
  12. SetMap usa1
  13. makedir ram:t
  14. path ram: add
  15. failat 25
  16. assign >NIL: dh0:
  17. IF FAIL
  18. echo "Transfering control to DH0:*N"
  19. path reset
  20. assign SYS: dh0:
  21. if exists dh0:c
  22. assign C: SYS:c
  23. endif
  24. if exists dh0:l
  25. assign L: SYS:l
  26. endif
  27. if exists dh0:fonts
  28. assign FONTS: SYS:fonts
  29. endif
  30. if exists dh0:s
  31. assign S: SYS:s
  32. endif
  33. if exists dh0:devs
  34. assign DEVS: SYS:devs
  35. endif
  36. if exists dh0:libs
  37. assign LIBS: SYS:libs
  38. endif
  39. if exists dh0:t
  40. assign T: SYS:t
  41. endif
  42. if exists sys:system
  43. path sys:system add
  44. endif
  45. if exists sys:utilities
  46. path sys:utilities add
  47. endif
  48. path ram: add
  49. cd dh0:
  50. ENDIF
  51. LoadWB
  52. SetClock >NIL: Opt load
  53. endcli > nil:
  54.